home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Library
/
RoseWare - Network Support Library.iso
/
apidev
/
dax1.exe
/
CLIENT
/
ADD
/
WIN
/
ADD.DEF
next >
Wrap
Text File
|
1992-05-07
|
614b
|
23 lines
; module-definition file for generic -- used by LINK.EXE
NAME ADD ; application's module name
DESCRIPTION 'DAX Add Utility'
EXETYPE WINDOWS ; required for all Windows applications
STUB 'WINSTUB.EXE' ; Generates error message if application
; is run without Windows
;CODE can be moved in memory and discarded/reloaded
CODE PRELOAD FIXED DISCARDABLE
;DATA must be MULTIPLE if program can be invoked more than once
DATA PRELOAD FIXED MULTIPLE
HEAPSIZE 1024
STACKSIZE 5120 ; recommended minimum for Windows applications